/* 斜体 */
@font-face {
    font-family: "OPPOSans";
    font-weight: 600;
    src: url(../fonts/opposans-b-2.ttf);
}
@font-face {
    font-family: "OPPOSans";
    src: url(../font/NotoSansCJK-Medium-5.otf);
}
@font-face {
    font-family: "OPPOSans";
    font-weight: 300;
    src: url(../font/OPPOSans-L-2.ttf);
}
@font-face {
    font-family: "BagnardSans";
    src: url(../font/BagnardSans-2.otf);
}
.inner {
    width: 80%;
    margin: 0 auto;
}


/* 导航 */





/* =====================================================================公共 */
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 6px;
    /*对垂直流动条有效*/
    height: 6px;
    /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555555;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-.btn {
    background-color: none;
    height: 0;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}
.moHead_mlb .img3{
    display: block;
}

/*  */



.header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 30px;
    width: 100%;
    z-index: 999;
    transition: 0.48s;
    border-bottom: 1px solid rgb(255, 255, 255, .1);
    /* background: rgb(30, 35, 62); */
}

.headerBg {
    background: #fff;
    /* box-shadow: 0 0px 2px 0 rgb(30, 35, 62, .5); */
    /* border-bottom: 1px solid rgb(30, 35, 62, .3); */
}
.work_Bg {
    background: #fff;
    box-shadow: 0 0px 2px 0 rgb(30, 35, 62, .5);
    /* border-bottom: 1px solid rgb(30, 35, 62, .3); */
}


.HBox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HBox .left {
    display: flex;
    align-items: center;
    position: relative;
}

.HBox .logo {
    width: 151px;
    z-index: 99;
}

.HBox .logo img {
    width: 100%;
}

.headerBg .HBox .logo .img2 {
    display: block;
}

.headerBg .HBox .logo .img1 {
    display: none;
}
.work_Bg .HBox .logo .img2 {
    display: block;
}

.work_Bg .HBox .logo .img1 {
    display: none;
}
.HBox .logo .img2 {
    display: none;
}

.HNav {
    display: flex;
    align-items: center;
    position: relative;
}

.HNav ul {
    display: flex;
    align-items: center;
}
.HNav ul li{
    position: relative;
}
.HNav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 25px 16px;
    display: flex;
    align-items: center;
    transition: 0.48s;
}

.HNav ul li a img {
    width: 12px;
    margin-left: 5px;
}

.HNav ul li a .img1 {
    display: block;
}

.HNav ul li a .img2 {
    display: none;
}
.HNav ul li .TBox{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - -1px);
    width: 170px;
    margin-left: -90px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.HNav ul li .TBox::after{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 4px;
    background: #007409;
}
.HNav ul li:hover .TBox {
    display: block;
}
.HNav ul li .TBox .item a {
    display: block;
    height: 45px;
    color: #343434;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
}
.HNav ul li .TBox .item:hover a{
    opacity: 1;
    background: #007409;
    color: #fff;
}
.lanBox .TBox{
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% - -1px);
    width: 170px;
    margin-left: -90px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.lanBox .TBox::after{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 4px;
    background: #007409;
}
.lanBox:hover .TBox {
    display: block;
}
.lanBox .TBox .item a {
    display: block;
    height: 45px;
    color: #343434;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
}
.lanBox .TBox .item:hover a{
    opacity: 1;
}
.lanBox {
    transition: all 0.4s ease;
    position: relative;
    padding: 25px 0px;
}
.lanBox .btn {
    background-color: transparent;
    padding: 5px 20px;
    position: relative;
    /* border: 1px #F38F2C solid; */
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #F38F2C;
    border-radius: 20px;
}

.lanBox .btn span {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.lanBox .btn::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.headerBg .lanBox .btn::after {
    background: #007409;
}

.headerBg .lanBox .btn span {
    color: #fff;
}

.headerBg .HNav .lanList a {
    color: #fff;
}

.headerBg .HNav ul li a {
    color: #333;
}

.headerBg .HNav .jie {
    background: #1E233e;
    color: #fff;
}

.headerBg .HNav ul li a .img1 {
    display: none;
}

.headerBg .HNav ul li a .img2 {
    display: block;
}


.work_Bg .lanBox .btn::after {
    background: #007409;
}

.work_Bg .lanBox .btn span {
    color: #fff;
}

.work_Bg .HNav .lanList a {
    color: #fff;
}

.work_Bg .HNav ul li a {
    color: #333;
}

.work_Bg .HNav .jie {
    background: #1E233e;
    color: #fff;
}

.work_Bg .HNav ul li a .img1 {
    display: none;
}

.work_Bg .HNav ul li a .img2 {
    display: block;
}
.work_Bg .lanTBox .img1 {
    display: block;
}
.work_Bg .lanTBox .img2 {
    display: none;
}
.lanList {
    width: 100%;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 2;
    display: none;
}

.HNav .lanList a {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #002F34;
    opacity: 0.7;
}

.HNav .jie {
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1E233e;
    background: #fff;
    border-radius: 100%;
    transition: 0.48s;
}

.lanTBox {
    margin-left: 20px;
    display: inline-block;
}

.lanTBox img {
    width: 26px;
}

.lanTBox .img2 {
    display: block;
}

.lanTBox .img1 {
    display: none;
}

.headerBg .lanTBox .img1 {
    display: block;
}

.headerBg .lanTBox .img2 {
    display: none;
}


.fooder {
    position: relative;
    /* background: #1d1d1b; */
    background: #1E233e;
    padding: 70px 0 50px;
}

.FTbox {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FLeft {
    width: 55%;
    /* display: flex;
    align-items: center; */
}

.fooder .logo {
    width: 220px;
}

.fooder .logo img {
    width: 100%;
}



/* .FRight {
    width: 40%;

} */

.FRight .Tbox {
    display: flex;
    align-items: center;
    /* justify-content: end; */
}

.RIlist {
    display: flex;
    align-items: center;
}

.RIlist .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.RIlist .icon img {
    width: 60%;
}

.mailbox {
    padding: 8px 20px;
    margin-left: 30px;
    border: 1px solid rgb(255, 255, 255, .3);
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.mailbox img {
    width: 20px;
    margin-right: 15px;
    opacity: .6;
}

.mailbox span {
    font-size: 16px;
    color: #fff;
}

.FBon {
    margin-top: 30px;
}

.FBon span {
    display: block;
}

.FBon span,
.FBon a {
    font-size: 14px;
    color: #fff;
}

.FBon .Ficon8 {
    width: 40px;
}

.FList {
    margin-top: 50px;
}

.FItem {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255, 255, 255, .3);
    margin-left: 15px;
    cursor: pointer;
}

.FItem .text {
    display: flex;
    align-items: center;
}

.FItem .text img {
    width: 30px;
}

.FItem .text span {
    font-size: 18px;
    color: #fff;
}

.FJt {
    width: 32px;
}

.FJt img {
    width: 100%;
}

.FItem .inBtnA .arrow {
    fill: #fff;
}

.FItem .inBtnA .yuan {
    width: 30px;
    height: 30px;
}

.FItem .inBtnA .yuan .circle1 {
    stroke: #fff;
}

.FItem .inBtnA .yuan .circle2 {
    stroke: #fff;
}

.lanTBox{
    position: relative;
    padding: 25px 0;
	    display: flex;
	    align-items: center;
}
.lanTBox p{color: #fff;padding-left: 20px;}
.headerBg .lanTBox p{color: #333;}
.work_Bg .lanTBox p{color: #333;}
.lanTBox .TBox {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - -1px);
    width: 100px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.lanTBox:hover .TBox {
    display: block;
}
.lanTBox .TBox::after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 4px;
    background: #007409;
}
.lanTBox .TBox .item a {
    display: block;
    height: 45px;
    color: #343434;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
    opacity: .6;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    position: relative;
}
.lanTBox .TBox .item:hover a {
    opacity: 1;
}


.sidebar {
    position: fixed;
    right: 30px;
    bottom: 10%;
    z-index: 90;
    display: none;
}

.sideItem {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 10px rgb(30, 35, 62, .3);
    cursor: pointer;
}

.sideItem img {
    width: 50%;
}













.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 3%;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerBg .headMenu span {
    background: #eee;
}

.headMenu.active span {
    background: #eee;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 90;
    padding: 30px;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 100px 0 48px 0;
}

.moHead_mlb li {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    font-size: 15px;
    line-height: 2;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
}

.moHead_mlb a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.moHead_mlb .toggle{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    opacity: .8;
}
.moHead_mlb .toggle img{
    width: 100%;
    transition: all 0.48s;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}
.moHead_mlb li.on .toggle img{
    transform: rotate(45deg);
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

@media (max-width: 480px) {
    .moHead_mlb a {
        font-size: 18px;
    }
}

/* 白色导航 */
.header.white {
    position: fixed;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 0px 2px 0 rgb(12 181 155 / 24%);
}

.header.white .headerTop {
    display: none;
}

.header.white .hNav ul li a {
    color: #333;
}

.header.white .hPhone a {
    color: #333;

}

.header.white .hPhone svg path {
    fill: #333;
}

.header.white .hSs a {
    background: #264fa6;
}

.header.white .Logo_colour {
    display: block;
}

.header.white .Logo_white {
    display: none;
}

/* 下拉导航变化 */

.headerBg.header {
    position: fixed;
    /* background: linear-gradient(to bottom, #000, #000); */
    border-bottom: none;
    background: #fff;
    /* box-shadow: 0 0px 2px 0 rgb(12 181 155 / 24%); */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
}

.headerBg.header .headerTop {
    display: none;
}

.headerBg .hNav ul li a {
    color: #333;
    /* padding: 25px 10px; */
}


.headerBg .hPhone a {
    color: #333;

}

.headerBg .hPhone svg path {
    fill: #333;
}

.headerBg .hSs a {
    /* color: #333; */
    /* border: 1px solid rgb(0 0 0 / 40%); */
    background: #264fa6;
}

.headerBg .Logo_colour {
    display: block;
}

.headerBg .Logo_white {
    display: none;
}


.mlb_zk {
    padding: 0 0 0 15px;
    display: none;
}
.moHead_mlbXq{
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.moHead_mlb .mlb_zk a {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    padding: 15px 0 0;
    color: #eee;
}
